hip.net.backend.websocket

Undocumented in source.

Public Imports

hip.network
public import hip.network;
Undocumented in source.

Members

Aliases

WasmWebsocket
alias WasmWebsocket = size_t
Undocumented in source.

Classes

WASMWebsocketNetwork
class WASMWebsocketNetwork

Specification: - The first message received by a Hipreme Engine websocket must always be its own connection ID.

Functions

closeWebsocket
void closeWebsocket(WasmWebsocket )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
connectWebsocket
WasmWebsocket connectWebsocket(JSStringType url, JSDelegateType!(void delegate()) onConnected, JSDelegateType!(void delegate()) onClose, JSDelegateType!(void delegate(size_t id)) onFirstMessage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
websocketGetData
ubyte* websocketGetData(WasmWebsocket )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
websocketSendData
void websocketSendData(WasmWebsocket , uint from, uint to, size_t length, ubyte* dataPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta